examples/drawing: Don't call gtk_main_quit
authorTimm Bäder <mail@baedert.org>
Sat, 24 Sep 2016 07:36:32 +0000 (09:36 +0200)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 22 May 2017 13:26:32 +0000 (14:26 +0100)
commit7d5ac88232da5afca8ac27fb0267310eaf298d41
tree65bb36618c788b4ea8e422ac8af610dbf0324727
parenteb8870c912bfc335d07e6b9aef48a8427093263b
examples/drawing: Don't call gtk_main_quit

This is a GtkApplication so it will do the right thing when closing the
window.
examples/drawing.c